Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.connect.client.actions.oauth--actions

This contribution is part of XML component org.nuxeo.connect.client.actions.oauth inside nuxeo-admin-center-oauth-opensocial-5.8.jar

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action id="OAuthOpensocial" label="admcommand.OAuthOpensocial" link="view_admin-fragment.xhtml" order="40">
          <category>NUXEO_ADMIN</category>
          <filter-id>only_for_manager</filter-id>
        </action>
  • <action id="NuxeoServerKey" label="tab.oauth.serverkey" link="/incl/oauth/serverkey.xhtml" order="10">
          <category>OAuthOpensocial_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>
  • <action id="ServiceProvides" label="tab.oauth.providers" link="/incl/oauth/providers.xhtml" order="20">
          <category>OAuthOpensocial_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>
  • <action id="GrantedTokensToMe" label="tab.oauth.grantedTokenSP" link="/incl/oauth/providersTokens.xhtml" order="25">
          <category>OAuthOpensocial_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>
  • <action id="Consumers" label="tab.oauth.consumers" link="/incl/oauth/consumers.xhtml" order="30">
          <category>OAuthOpensocial_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>
  • <action id="GrantedTokensByMe" label="tab.oauth.grantedTokenConsumers" link="/incl/oauth/consumersTokens.xhtml" order="35">
          <category>OAuthOpensocial_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>
  • <action id="ExternalGadgets" label="tab.oauth.externalGadgets" link="/incl/oauth/externalGadgets.xhtml" order="40">
          <category>OAuthOpensocial_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action id="OAuthOpensocial" label="admcommand.OAuthOpensocial" link="view_admin-fragment.xhtml" order="40">
      <category>NUXEO_ADMIN</category>
      <filter-id>only_for_manager</filter-id>
    </action>

    <action id="NuxeoServerKey" label="tab.oauth.serverkey" link="/incl/oauth/serverkey.xhtml" order="10">
      <category>OAuthOpensocial_sub_tab</category>
      <filter-id>only_for_manager</filter-id>
    </action>

    <action id="ServiceProvides" label="tab.oauth.providers" link="/incl/oauth/providers.xhtml" order="20">
      <category>OAuthOpensocial_sub_tab</category>
      <filter-id>only_for_manager</filter-id>
    </action>

    <action id="GrantedTokensToMe" label="tab.oauth.grantedTokenSP" link="/incl/oauth/providersTokens.xhtml" order="25">
      <category>OAuthOpensocial_sub_tab</category>
      <filter-id>only_for_manager</filter-id>
    </action>

    <action id="Consumers" label="tab.oauth.consumers" link="/incl/oauth/consumers.xhtml" order="30">
      <category>OAuthOpensocial_sub_tab</category>
      <filter-id>only_for_manager</filter-id>
    </action>

    <action id="GrantedTokensByMe" label="tab.oauth.grantedTokenConsumers" link="/incl/oauth/consumersTokens.xhtml" order="35">
      <category>OAuthOpensocial_sub_tab</category>
      <filter-id>only_for_manager</filter-id>
    </action>

    <action id="ExternalGadgets" label="tab.oauth.externalGadgets" link="/incl/oauth/externalGadgets.xhtml" order="40">
      <category>OAuthOpensocial_sub_tab</category>
      <filter-id>only_for_manager</filter-id>
    </action>

  </extension>